home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 43
/
Amiga Format CD43 (1999)(Future Publishing)(GB)(Track 1 of 2)[!][issue 1999-09].iso
/
-serious-
/
programming
/
arexx
/
rexxbgui
/
rexxbgui.readme
< prev
next >
Wrap
Text File
|
1999-06-14
|
1KB
|
30 lines
Short: Rexx access to BGUI V2.0
Author: Jilles Tjoelker
Uploader: Menno Tjoelker <M.Tjoelker@nl.origin-it.com>
Version: 2.0
Type: util/rexx
Status: freeware
Requires: bgui.library V41.8 or higher
RexxBGUI gives ARexx scripts access to BGUI in a way similar to C or E.
BGUI creates font-sensitive, resizable GUIs. (That can be disabled in the
script.)
Included are two "real" scripts for use with AWeb:
* bguimodes.awebrx, a replacement for ChangeModes.awebrx by Gabriele Favrin
(thanks for the idea, Gabriele!).
* bguishowdir.awebrx, shows a listing of the marked directory in a window
with a 'Delete' option, for use in conjunction with AminetReo.rexx.
New in version 2.0:
* Fixed bugs in bguimodes.awebrx and bguishowdir.awebrx
* Version number bumped because of new functions.
* Added menus.
* Added progress bar (suggested by Ingo Musquinier) and indicator.
* Bug fixed: bguiwindow() did not get the argument count correctly. This
caused problems, because ARexx does not clear extra argument slots but
instead leaves in them what values happen to be contained in them from
previous function calls.